Click or drag to resize

Attribute Constructor (String)

Initializes a new instance of the Attribute class with the specified name.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Attribute(
	string name
)

Parameters

name
Type: SystemString
A string represents attribute name.
See Also